doc: Update links to Continuous
authorColin Walters <walters@verbum.org>
Fri, 20 Jun 2014 14:12:53 +0000 (10:12 -0400)
committerColin Walters <walters@verbum.org>
Fri, 20 Jun 2014 14:12:53 +0000 (10:12 -0400)
doc/adapting-existing.xml
doc/atomic-upgrades.xml

index b8295f049910420bc881b7fd6fd4dd97e95b52be..28cb26feba2565d4e1338c431b6080c76f6d83b7 100644 (file)
@@ -177,9 +177,10 @@ d /run/media 0755 root root -
     </para>
     <para>
       The solution chosen for the <ulink
-      url="https://wiki.gnome.org/GnomeOSTree">gnome-ostree</ulink>
-      operating system is to create <filename>/lib/passwd</filename>,
-      and to include a NSS module <ulink
+      url="https://live.gnome.org/Projects/GnomeContinuous">gnome-continuous</ulink>
+      operating system is to create
+      <filename>/usr/lib/passwd</filename>, and to include a NSS
+      module <ulink
       url="https://github.com/aperezdc/nss-altfiles">nss-altfiles</ulink>
       which instructs glibc to read from it.  Then, the build system places
       all system users there, freeing up <filename>/etc/passwd</filename>
index 1a1be839cce2d0cb60b9086b3844b33e1f6978ce..33f98f204fa994651d0c28fa3dc100cd106b665e 100644 (file)
@@ -40,9 +40,9 @@
     <para>
       To begin a simple upgrade, OSTree fetches the contents of the
       ref from the remote server.  Suppose we're tracking a ref named
-      <literal>gnome-ostree/buildmaster/x86_64-runtime</literal>.
+      <literal>exampleos/buildmaster/x86_64-runtime</literal>.
       OSTree fetches the URL
-      <literal>http://<replaceable>example.com</replaceable>/repo/refs/gnome-ostree/buildmaster/x86_64-runtime</literal>,
+      <literal>http://<replaceable>example.com</replaceable>/repo/refs/exampleos/buildmaster/x86_64-runtime</literal>,
       which contains a SHA256 checksum.  This determines the tree to
       deploy, and <filename class='directory'>/etc</filename> will be
       merged from currently booted tree.